model = {
	cost 					= 9
	buildtime	 			= 120
	manpower 				= 10 #+2
	maxspeed 				= 9 # change -8
	defaultorganisation 	= 30	
	grounddefence 			= 3
	airdefence				= 1
	softattack				= 1
	hardattack				= 1
	airattack				= 1
	transportweight			= 30
	supplyconsumption 		= 1.2
	fuelconsumption			= 2
	speed_cap_art			= 10
	speed_cap_eng			= 100
	speed_cap_at			= 10
	speed_cap_aa			= 10
}
#SS
model = {
	cost 					= 11
	buildtime	 			= 120
	manpower 				= 12 #+2
	maxspeed 				= 9 # change -8
	defaultorganisation 	= 40 # changed
	grounddefence 			= 3
	airdefence				= 1
	softattack				= 1
	hardattack				= 1
	airattack				= 1
	transportweight			= 30
	supplyconsumption 		= 1.4 # changed
	fuelconsumption			= 2
	speed_cap_art			= 10
	speed_cap_eng			= 100
	speed_cap_at			= 10
	speed_cap_aa			= 10
}
# 2 44 Pattern
model = {
	cost 					= 9
	buildtime	 			= 120
	manpower 				= 8 #+2
	maxspeed 				= 9 # change -8
	defaultorganisation 	= 20	
	grounddefence 			= 3
	airdefence				= 1
	softattack				= 1
	hardattack				= 1
	airattack				= 1
	transportweight			= 30
	supplyconsumption 		= 1.2
	fuelconsumption			= 2
	speed_cap_art			= 10
	speed_cap_eng			= 100
	speed_cap_at			= 10
	speed_cap_aa			= 10
}